home *** CD-ROM | disk | FTP | other *** search
- echo off
- if exist b goto b
- if exist c goto c
- if exist d goto d
- if exist e goto e
- goto error
- :b
- b:
- goto g
- :c
- c:
- goto g
- :d
- d:
- goto g
- :e
- e:
- goto g
- :g
- echo on
- cls
- type a:makehd.txt
- PAUSE -- PRESS ANY KEY TO PROCEED
- md %1
- cd %1
- copy a:dup.bat /v
- copy a:hardback.bat back.bat /v
- copy a:grd.exe /v
- dir
- REM ***********************************************
- REM ** THE AEIUS GRADEBOOK HAS BEEN INSTALLED
- REM ** IN YOUR %1 SUBDIRECTORY
- REM ***********************************************
- goto n
- :error
- echo on
- REM ***HARD DISK DRIVE NOT SELECTED
- REM ***USE SELHD COMMAND TO SELECT HARD DISK DRIVE
- REM ***BEFORE INSTALLING PROGRAM
- :n
-
-
-